Python For Interviews:

Advanced Data Structures

This section will cover the advanced Python data structures.

We'll first go over data structures that you can use out of the box (e.g. the stack) then explore data structures that might require creating your own classes (such as graphs and trees).

Note

Don't worry about memorizing everything in this chapter! Like the basics chapter, a cheat sheet will be provided in the future.